hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
drawText
hip
api
graphics
g2d
g2d_binding
Draws a text using the last font set
version(none)
extern (
System
) __gshared
void
function
(
string
text
,
int
x
,
int
y
,
HipColor
color
=
HipColor.white
,
HipTextAlign
alignH
=
HipTextAlign.CENTER
,
HipTextAlign
alignV
=
HipTextAlign.CENTER
,
int
boundsWidth
= -
1
,
int
boundsHeight
= -
1
,
bool
wordWrap
=
false
)
drawText
;
Meta
Source
See Implementation
hip
api
graphics
g2d
g2d_binding
aliases
Spritesheet
classes
HipG2DBinding
functions
cropSpritesheetRowsAndColumns
initG2D
mixins
__anonymous
static variables
cropSpritesheet
drawEllipse
drawLine
drawMap
drawPixel
drawQuadraticBezierLine
drawRectangle
drawRegion
drawSprite
drawText
drawTextVertices
drawTexture
drawTriangle
fillEllipse
fillRectangle
fillRoundRect
fillTriangle
getCurrentViewport
getWindowSize
newHipAnimation
newHipAnimationTrack
setCameraSize
setFont
setFontDeferred
setGeometryColor
setRendererColorMask
setRendererErrorCheckingEnabled
setStencilOperation
setStencilTestingEnabled
setStencilTestingFunction
setStencilTestingMask
setTextColor
setViewport
setWindowSize
Draws a text using the last font set